shout3d.core
Class SingleTextureMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.SingleTextureMap
Direct Known Subclasses:
BumpLevelMap, DiffuseMap, OpacityLevelMap, SpecularLevelMap

public class SingleTextureMap
extends BaseMap

SingleTextureMap Node. Derived classes will represent a *Single* texture to be applied in a known way.


Field Summary
 FloatArrayField offsetUV
           
 NodeField texture
           
 IntField textureMappingIndex
           
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
SingleTextureMap()
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texture

public final NodeField texture

textureMappingIndex

public final IntField textureMappingIndex

offsetUV

public final FloatArrayField offsetUV
Constructor Detail

SingleTextureMap

public SingleTextureMap()